home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / go-fishing.swf / scripts / DefineButton2_226 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Text File  |  2011-01-13  |  295b  |  12 lines

  1. on(keyPress "<Left>"){
  2.    if(eval("/:movie_enable") == "1")
  3.    {
  4.       ship_current_x = getProperty("/ship", _X);
  5.       if("5" < ship_current_x)
  6.       {
  7.          setProperty("/ship", _X, ship_current_x - "20");
  8.          set("/:fishhook_x",eval("/:fishhook_x") - "20");
  9.       }
  10.    }
  11. }
  12.